home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LIFER__
/
PROTO
/
P
/
PCOMMONL.C
< prev
next >
Wrap
Text File
|
1991-07-23
|
2KB
|
44 lines
/* PCommonLife Common
Name: PCommonLife.c
Function: Common for the Prototyper specific code.
History: 7/23/91 Original by Prototyper 3.0
*/
#include "PCommonLife.h" /* Common */
/* ======================================================= */
UserEventHRec UserEventList; /* User Event record list start */
EventRecord myEvent; /* Event record for all events */
Boolean WNE; /* WaitNextEvent trap is available */
short SleepValue; /* Sleep value for Wait on events */
Boolean doneFlag; /* Exit program flag */
TEHandle theInput; /* Used in text edit selections */
Rect tempRect; /* Temporary rect, not for long term use */
Str255 sTemp; /* Temporary string, not for long term use */
Boolean HasColorQD; /* Flag for Color QuickDraw being available */
Boolean HasFPU; /* Flag for Floating Point Math Chip being available */
Boolean InTheForeground; /* Flag for running in MultiFinder foreground */
short tempChar; /*Temporary use character*/
MenuHandle Menu_Apple; /* Menu handle */
MenuHandle Menu_File; /* Menu handle */
MenuHandle Menu_Edit; /* Menu handle */
/* Variables for the modal dialog titled "LIFE INPUT" */
/* Variables for the modeless dialog titled "LIFE WINDOW" */
WindowPtr WPtr_LIFE_WINDOW; /* Modeless Dialog window pointer */
/* Variables for the alert titled "Life Alert" */
/* ======================================================= */